BBC BASIC for the TI-83+/TI-84+ - Preliminary release notes
-----------------------------------------------------------

This is a work in progress - it is likely that there are bugs that have yet to be discovered,
not to mention some known bugs, missing features or things that are going to change in the
final release.

With this in mind, it is strongly recommended that you back up the files on your calculator
before using this software.

The latest version can downloaded from this page:
* http://www.benryves.com/products/bbcbasic/

Please leave all feedback in the thread on MaxCoderz:
* http://www.junemann.nl/maxcoderz/viewforum.php?f=37

When submitting feedback it would be most useful if you could include the revision number
of your version of BBC BASIC. You can retrieve this by typing *BUILDINFO at the prompt. The
revision number is more important than the date.

Have fun!

Known Issues
------------

* Removing the USB cable when BBC BASIC is running can cause crashes on the TI-84+ series.
* Certain statements that are not available in the regular Z80 version of BBC BASIC have been
  implemented using a small patch. A side-effect of this patching is that when one of these
  additional statements is used a dud variable is allocated; for example, "WAIT100" will
  create a real value with the name "WAIT100".